home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / CHIP Heft 2.iso / data / FP_2000 / PFILES / COMMON / MSSHARED / THEMES / PASSPORT / PASSPORT.ELM / graph1.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1998-10-21  |  1.9 KB  |  81 lines

  1. .mstheme
  2. {
  3.     nav-banner-image: url(apasbanr.gif);
  4.     separator-image: url(apasrule.gif);
  5.     list-image-1: url(apasbul1.gif);
  6.     list-image-2: url(apasbul2.gif);
  7.     list-image-3: url(apasbul3.gif);
  8.     navbutton-horiz-pushed: url(apashsel.gif);
  9.     navbutton-horiz-normal: url(apashbtn.gif);
  10.     navbutton-horiz-hovered: url(apashhov.gif);
  11.     navbutton-vert-pushed: url(apasvsel.gif);
  12.     navbutton-vert-normal: url(apasvbtn.gif);
  13.     navbutton-vert-hovered: url(apasvhov.gif);
  14.     navbutton-home-normal: url(apashom.gif);
  15.     navbutton-home-hovered: url(apashomh.gif);
  16.     navbutton-home-pushed: url(apashom.gif);
  17.     navbutton-up-normal: url(apasup.gif);
  18.     navbutton-up-hovered: url(apasuph.gif);
  19.     navbutton-up-pushed: url(apasup.gif);
  20.     navbutton-prev-normal: url(apasbck.gif);
  21.     navbutton-prev-hovered: url(apasbckh.gif);
  22.     navbutton-prev-pushed: url(apasbck.gif);
  23.     navbutton-next-normal: url(apasnxt.gif);
  24.     navbutton-next-hovered: url(apasnxth.gif);
  25.     navbutton-next-pushed: url(apasnxt.gif);
  26. }
  27. .mstheme-bannertxt
  28. {
  29.     font-family: "Courier New", "Courier New", Courier;
  30.     font-size: 6;
  31.     color: rgb(153,0,0);
  32. }
  33. .mstheme-horiz-navtxt
  34. {
  35.     font-family: "Trebuchet MS", Arial, Helvetica;
  36.     font-size: 2;
  37.     color: rgb(0,0,0);
  38. }
  39. .mstheme-vert-navtxt
  40. {
  41.     font-family: "Trebuchet MS", Arial, Helvetica;
  42.     font-size: 2;
  43.     color: rgb(0,0,0);
  44. }
  45. .mstheme-navtxthome
  46. {
  47.     font-family: "Trebuchet MS", Arial, Helvetica;
  48.     font-size: 1;
  49.     color: rgb(0,0,0);
  50. }
  51. .mstheme-navtxtup
  52. {
  53.     font-family: "Trebuchet MS", Arial, Helvetica;
  54.     font-size: 1;
  55.     color: rgb(0,0,0);
  56. }
  57. .mstheme-navtxtprev
  58. {
  59.     font-family: "Trebuchet MS", Arial, Helvetica;
  60.     font-size: 1;
  61.     color: rgb(0,0,0);
  62. }
  63. .mstheme-navtxtnext
  64. {
  65.     font-family: "Trebuchet MS", Arial, Helvetica;
  66.     font-size: 1;
  67.     color: rgb(0,0,0);
  68. }
  69. UL
  70. {
  71.     list-style-image:url(apasbul1.gif);
  72. }
  73. UL UL
  74. {
  75.     list-style-image:url(apasbul2.gif);
  76. }
  77. UL UL UL
  78. {
  79.     list-style-image:url(apasbul3.gif);
  80. }
  81.